.policiesRegulations{
    width: 100%;
    min-height: 832px;
    margin-bottom: 20px;
}
.policiesRegulations .policiesRegulationsList{
    width: 200px;
    min-height: 607px;
}
.policiesRegulations .policiesRegulationsList .news{
    width: 200px;
    background: #ffffff;
    padding-bottom: 20px;
}
.policiesRegulations .policiesRegulationsContent{
    width: 980px;
    min-height: 832px;
    background: #ffffff;
    padding-top: 42px;
}


.breakLaw{
    width: 100%;
    min-height: 832px;
}
.breakLaw .breakLawContent{
    width: 100%;
    min-height: 832px;
    background: #ffffff;
    padding-top: 42px;
}
.breakLaw .breakLawContent .informationRecord{
    width: 90%;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    color: #3888fe;
    font-size: 16px;
    display: block;
    cursor: pointer;
}

.underConstruction{
    width: 100%;
    height: 700px;
    background: #ffffff;
    padding-top: 24px;
    background: rgb(246,249,252);
}
.underConstruction .underConstructionImg{
    background: url("../img/underConstruction.png");
    width: 885px;
    height: 572px;
    margin: 0 auto;
}
.typeList .secondLevel{
    width:100%;
    min-height:10px;
}
.typeList .secondLevel p{
    width:100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left:53px;
    font-size:12px;
    cursor: pointer;
}
.typeList .secondLevel p:hover{
    color:#3888fe;
}
.typeList .secondLevel span{
    display: inline-block;
    border-color: #3888fe;
    border-style: solid;
    border-width: 2px;
    width: 0;
    height: 0;
    margin-right: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
